PDF4Java Reference Documentation
com.o2sol.pdf4java.spatial Package / PDFRectilinearMeasure Class / setOrigin Method
A point that specifies the origin of the measurement coordinate system in default PDF coordinate system (the same coordinate system used for defining the PDFViewport.getBounds).
In This Topic
    setOrigin Method
    In This Topic
    Sets the origin of the measurement coordinate system.
    Syntax
    public void setOrigin( 
       PDFPoint origin
    )

    Parameters

    origin
    A point that specifies the origin of the measurement coordinate system in default PDF coordinate system (the same coordinate system used for defining the PDFViewport.getBounds).
    See Also